﻿2026-09-10T09:03:35.8794551Z ##[group]Run actions/checkout@v5
2026-09-10T09:03:35.8794963Z with:
2026-09-10T09:03:35.8795246Z   fetch-depth: 0
2026-09-10T09:03:35.8795491Z   repository: BigscreenVR/spt-bs-core
2026-09-10T09:03:35.8797380Z   token: ***
2026-09-10T09:03:35.8797610Z   ssh-strict: true
2026-09-10T09:03:35.8797844Z   ssh-user: git
2026-09-10T09:03:35.8798066Z   persist-credentials: true
2026-09-10T09:03:35.8798291Z   clean: true
2026-09-10T09:03:35.8798520Z   sparse-checkout-cone-mode: true
2026-09-10T09:03:35.8798767Z   fetch-tags: false
2026-09-10T09:03:35.8799031Z   show-progress: true
2026-09-10T09:03:35.8799247Z   lfs: false
2026-09-10T09:03:35.8799519Z   submodules: false
2026-09-10T09:03:35.8799751Z   set-safe-directory: true
2026-09-10T09:03:35.8799994Z   allow-unsafe-pr-checkout: false
2026-09-10T09:03:35.8800244Z ##[endgroup]
2026-09-10T09:03:36.4240746Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-10T09:03:36.4241997Z ##[group]Getting Git version info
2026-09-10T09:03:36.4242460Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-09-10T09:03:36.4587324Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-09-10T09:03:37.3383061Z git version 2.43.0.windows.1
2026-09-10T09:03:37.3421493Z ##[endgroup]
2026-09-10T09:03:37.3433765Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\28a6d724-baaa-47a9-ab19-0cf18f2f8185\.gitconfig'
2026-09-10T09:03:37.3473604Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\28a6d724-baaa-47a9-ab19-0cf18f2f8185' before making global git config changes
2026-09-10T09:03:37.3497771Z Adding repository directory to the temporary git global config as a safe directory
2026-09-10T09:03:37.3501515Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-09-10T09:03:37.4255760Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-09-10T09:03:37.4552548Z https://github.com/BigscreenVR/spt-bs-core
2026-09-10T09:03:37.4584260Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-10T09:03:37.4590000Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-10T09:03:37.4911163Z refs/heads/diag/294-margins-ci-head
2026-09-10T09:03:37.4934293Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-09-10T09:03:37.9698026Z HEAD is now at 161eb5543 test(diag): expose poll margins for releases#294 comparison
2026-09-10T09:03:38.6693951Z ##[endgroup]
2026-09-10T09:03:38.6699048Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-09-10T09:03:48.4580224Z ##[group]Cleaning the repository
2026-09-10T09:03:48.4587135Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-09-10T09:03:53.2111707Z Removing target/
2026-09-10T09:03:53.2154213Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-09-10T09:03:54.6193119Z HEAD is now at 161eb5543 test(diag): expose poll margins for releases#294 comparison
2026-09-10T09:03:54.6223380Z ##[endgroup]
2026-09-10T09:03:54.6228005Z ##[group]Disabling automatic garbage collection
2026-09-10T09:03:54.6233611Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-09-10T09:03:56.4189990Z ##[endgroup]
2026-09-10T09:03:56.4190546Z ##[group]Setting up auth
2026-09-10T09:03:56.4212335Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-09-10T09:03:56.8312530Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-09-10T09:04:00.0797184Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-10T09:04:00.4803851Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-09-10T09:04:16.3293079Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-10T09:04:16.4362159Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-09-10T09:04:20.9640447Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-09-10T09:04:21.7077923Z ##[endgroup]
2026-09-10T09:04:21.7078457Z ##[group]Fetching the repository
2026-09-10T09:04:21.7087423Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-09-10T09:04:31.6544127Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-10T09:04:31.6544626Z    161eb5543..1bd0a41d6  diag/294-margins-ci-head -> origin/diag/294-margins-ci-head
2026-09-10T09:04:31.6545042Z  * [new branch]          docs/ir93-95-golden294 -> origin/docs/ir93-95-golden294
2026-09-10T09:04:32.5057283Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/diag/294-margins-ci-head
2026-09-10T09:04:33.7305624Z   origin/diag/294-margins-ci-head
2026-09-10T09:04:33.7344242Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse refs/remotes/origin/diag/294-margins-ci-head
2026-09-10T09:04:34.1522597Z 1bd0a41d67c0389bea3879bbf18b56763ba0dc1e
2026-09-10T09:04:34.1558896Z ##[endgroup]
2026-09-10T09:04:34.1559509Z ##[group]Determining the checkout info
2026-09-10T09:04:34.1560024Z ##[endgroup]
2026-09-10T09:04:34.1566208Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-09-10T09:04:34.5729265Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-09-10T09:04:34.6670882Z ##[group]Checking out the ref
2026-09-10T09:04:34.6677222Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B diag/294-margins-ci-head refs/remotes/origin/diag/294-margins-ci-head
2026-09-10T09:04:35.2300728Z branch 'diag/294-margins-ci-head' set up to track 'origin/diag/294-margins-ci-head'.
2026-09-10T09:04:35.2301370Z Your branch is up to date with 'origin/diag/294-margins-ci-head'.
2026-09-10T09:04:35.2302026Z Previous HEAD position was 161eb5543 test(diag): expose poll margins for releases#294 comparison
2026-09-10T09:04:35.2302639Z Switched to and reset branch 'diag/294-margins-ci-head'
2026-09-10T09:04:35.2339923Z ##[endgroup]
2026-09-10T09:04:35.5459089Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-09-10T09:04:35.9605246Z 1bd0a41d67c0389bea3879bbf18b56763ba0dc1e
